var unicode/utf8.first

9 uses

	unicode/utf8 (current package)
		utf8.go#L65: var first = [256]uint8{
		utf8.go#L109: 	x := first[p[0]]
		utf8.go#L129: 	x := first[s[0]]
		utf8.go#L157: 	x := first[p0]
		utf8.go#L205: 	x := first[s0]
		utf8.go#L411: 		x := first[c]
		utf8.go#L446: 		x := first[c]
		utf8.go#L504: 		x := first[pi]
		utf8.go#L550: 		x := first[si]